'Declaration<DispIdAttribute(664)> Function SearchAndHighlight( _ ByVal Pattern As String, _ ByVal CaseSensitive As Boolean, _ ByVal Red As Byte, _ ByVal Green As Byte, _ ByVal Blue As Byte, _ ByVal Alpha As Byte, _ ByRef Occurrences As Integer _ ) As GdPictureStatus
[DispId(664)] GdPictureStatus SearchAndHighlight( string Pattern, bool CaseSensitive, byte Red, byte Green, byte Blue, byte Alpha, ref int Occurrences )
function SearchAndHighlight(
Pattern: String;
CaseSensitive: Boolean;
Red: Byte;
Green: Byte;
Blue: Byte;
Alpha: Byte;
var Occurrences: Integer
): GdPictureStatus;
DispIdAttribute(664) function SearchAndHighlight( Pattern : String, CaseSensitive : boolean, Red : byte, Green : byte, Blue : byte, Alpha : byte, Occurrences : int ) : GdPictureStatus;
[DispId(664)] GdPictureStatus SearchAndHighlight( string* Pattern, bool CaseSensitive, byte Red, byte Green, byte Blue, byte Alpha, ref int Occurrences )
[DispId(664)] GdPictureStatus SearchAndHighlight( String^ Pattern, bool CaseSensitive, byte Red, byte Green, byte Blue, byte Alpha, int% Occurrences )
Parameters
- Pattern
- CaseSensitive
- Red
- Green
- Blue
- Alpha
- Occurrences
